@font-face {
    font-family: numberfonts;
    src: url("../font/AkzidenzGrotesk-BoldCondAlt.woff")/* EOT file for IE */
}

body,
html {
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    font-family: '';
}

ul {
    margin: 0 !important;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}


/* 返回顶部-start */

.stick {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(150px);
    z-index: 99;
    transition: all 0.5s;
}


/* show是通过jquery添加的样式- */

.show {
    transform: none;
    opacity: 1;
}

.stick>a {
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background: #F97E05;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    z-index: 100;
}

.stick>a ul {
    width: 0;
    position: absolute;
    top: 0;
    right: 50%;
    height: 50px;
    display: flex;
    background: #F97E05;
    padding: 0 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.stick>a ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.stick>a ul li span {
    display: flex;
    white-space: nowrap;
    color: #fff;
}

.stick-btn:hover>ul {
    opacity: 1;
    width: 100px;
}

.stick i {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 25px;
}

.stick-btn li {
    margin-left: 10px;
}


/* 返回顶部-end */


/* PC端导航栏-start */

.pc-nav {
    width: 100%;
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    /* background: rgba(0,0,0,1); */
    transition: all .3s;
    z-index: 999;
}

.check {
    background: #fff;
    transition: all .3s;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.check .navs>li>a {
    color: #000;
}

.header-box {
    max-width: 1570px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: none;
}

.logo-img {
    width: 150px;
}

.logo-img img {
    width: 100%;
}

.navs {
    /* width: 100%; */
    display: flex;
    align-items: center;
}

.navs>li>a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 70px;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'AlibabaR';
}

.navs>li>a.nav-active,
.navs>li>a:hover {
    color: #EC7D32;
}

.submenu {
    width: 100%;
    border-top: 1px solid #EC7D32;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.submenu-container {
    display: flex;
    max-width: 1570px;
    margin: 0 auto;
}

.submenu-left {
    padding: 40px 150px 40px 15px;
    position: relative;
}

.submenu-left h2 {
    font-size: 30px;
    position: relative;
    padding: 0 0 20px 0;
    font-family: 'AlibabaR';
}

.submenu-left p {
    width: 100%;
    font-size: 30px;
    color: #EC7D32;
    line-height: 46px;
    margin-top: 20px;
    font-family: 'Arial';
}

.submenu-left h2:before {
    content: '';
    width: 47px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.submenu-right {
    flex: 1;
    display: flex;
}

.submenu-right li {
    width: 25%;
}

.submenu-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #444;
    font-family: 'AlibabaR';
}

.submenu-link i {
    font-size: 50px;
}

.submenu-link p {
    margin-top: 20px;
}

.submenu-link:hover {
    background: #EC7D32;
    color: #fff;
}

.bian {
    width: 1px;
    height: 80%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 10%;
}


/* PC端导航栏-end */


/* 移动端导航栏-start */

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 999;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.menu-button {
    width: 50px;
    height: 100%;
    line-height: 60px;
    text-align: right;
}

.menu-button i {
    font-size: 25px;
    color: #666565;
}

.mobile-nav img {
    height: 35px;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    transform: translateX(100%);
}

.menu-box {
    transform: translateX(0);
}

.menu-list {
    width: 70%;
    height: 100%;
    background: #fff;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100002;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-list-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.menu-list-top img {
    height: 40px;
}

.menu-list-link {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #333;
}

.menu-list-item {
    width: 100%;
    line-height: 40px;
}

.menu-list-item a {
    color: #333;
    display: block;
}

.menu-list-text {
    display: flex;
    justify-content: space-between;
}

.menu-list-ul {
    display: none;
    padding-left: 15px;
}

.menu-list-icon {
    transition: all 0.3s;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.qr-code {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-code img {
    width: 100px;
    margin-bottom: 10px;
}

.menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}


/* 移动端导航栏-end */


/* 轮播图-start */

.banner {
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


/* .banner-text为改 */


/* .banner-text {

  max-width: 1320px;

  margin: 0 auto;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

} */

.banner-text-box {
    max-width: 1320px;
    width: 100%;
    /* height: 300px; */
    padding: 0 15px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-box {
    width: 700px;
}

.text-box h2 {
    color: #47D0FB;
    font-size: 60px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    margin-bottom: 30px;
}

.text-box p {
    width: 448px;
    height: 76px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.text-box .h2-index {
    font-size: 60px;
    color: #47D0FB;
}

.text-box .describe-h2 {
    font-size: 40px;
    color: #47D0FB;
}

.page-header-bar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    z-index: 55;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
    transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}

.page-header-bar-inner {
    position: absolute;
    width: auto;
    height: 100%;
    right: 4.5%;
    left: 4.5%;
}


/* .page-active{



  transform: rotateX(90deg) translate3d(0,0,0);



} */

.swiper-btn-box {
    width: 200px;
    /* flex:1; */
    display: flex;
    /* border-left: 1px solid #ccc; */
    line-height: 80px;
    justify-content: center;
    position: relative;
}

.swiper-btn-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -0.5px;
    width: 1px;
    height: 20px;
    background: #ccc;
}

.carousel-controls {
    max-width: 1570px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-scroll-btn {
    z-index: 56;
    position: absolute;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    border: 1px solid #666565;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}

.carousel-scroll-btn .carousel-scroll-btn-icon {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/xia.png) no-repeat center center;
    cursor: pointer;
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.swiper-btn-phone {
    padding-right: 36px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.swiper-btn-phone i {
    font-size: 32px;
    padding-right: 15px;
}

.swiper-btn-phone span {
    color: #EC7D32;
    font-size: 24px;
    font-weight: bold;
}

.page-header-bar .swiper-button-prevs,
.page-header-bar .swiper-button-nexts {
    position: relative;
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply-btn-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -0.5px;
    width: 1px;
    height: 20px;
    background: #ccc;
}

.page-header-bar .swiper-button-prevs i,
.page-header-bar .swiper-button-nexts i {
    color: #373737;
    font-size: 20px;
    transition: all 0.4s;
}

.page-header-bar .swiper-button-prevs:hover i {
    margin-right: 15px;
}

.page-header-bar .swiper-button-nexts:hover i {
    margin-left: 15px;
}

.swiper-button-nexts {
    position: relative;
}

.page-header-bar .swiper-button-prevs:after,
.page-header-bar .swiper-button-nexts:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 2px;
    background-color: #333;
    transition: all 0.4s;
}

.page-header-bar .swiper-button-prevs:after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-nexts:after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-header-bar .swiper-button-prevs:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: translate(-50%, -50%);
    width: 22px;
}

.swiper-button-nexts:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: translate(-50%, -50%);
    width: 22px;
}

@media (max-width:992px) {
    .banner-text-box>.text-box {
        width: 100%;
        text-align: center;
    }
    .banner-text-box>.text-box>h2 {
        margin-bottom: 20px;
    }
    .banner-text-box>.text-box>h2 {
        font-size: 22px;
        /* line-height: 1.5; */
    }
    .banner-text-box>.text-box>h2>span {
        font-size: 28px;
        /* line-height: 1.5; */
    }
    .banner-text-box>.text-box>p {
        width: 100%;
        line-height: 1.5;
    }
}

@media (max-width:767px) {
    /* .carousel-controls {



    padding: 0 15px;



  } */
    .text-box p {
        color: #47d0fb;
    }
    .carousel-controls>.swiper-btn-box {
        width: 100px;
    }
    .carousel-controls>.swiper-btn-phone {
        padding-right: 15px;
    }
    .carousel-controls>.swiper-btn-phone i {
        font-size: 24px;
    }
    .carousel-controls>.swiper-btn-phone span {
        font-size: 16px;
    }
}


/* 轮播图-end */


/* 主体内容-start */


/* 服务数据-start */

.max-widths {
    max-width: 1470px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

.service-arial {
    text-align: center;
    padding: 0 15px;
}

.margin-top {
    padding-top: 70px;
}

.explain {
    margin-top: 30px;
    display: block;
}

.service-arial p {
    width: 100%;
    font-size: 52px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-arial p>span {
    width: 10px;
    height: 0;
    padding-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: block;
    margin: 0 15px;
}

.service-arial span {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 1.5;
}

.service-box .row>div {
    margin-bottom: 20px;
}

.service-box .service-data-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-data-item strong {
    font-size: 60px;
    font-family: numberfonts;
    font-weight: 400;
    color: rgba(236, 125, 50, 1);
    margin-bottom: 40px;
}

.service-data-item p {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}


/* 服务数据-end */


/* 服务类型-start */

.service-type {
    background: rgba(250, 250, 250, 1);
}

.service-type .service-arial .title {
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    padding-top: 70px;
}

.service-type .explain {
    margin-bottom: 56px;
}

.service-type-box {
    margin-top: 56px;
    width: 100%;
    padding-bottom: 40px;
}

.service-type-box .row>div {
    margin-bottom: 30px;
}

.service-type-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 43px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.service-type-list:hover {
    transform: translateY(-2%);
    box-shadow: 0px 2px 12px 0px #EC7D32;
}

.service-type-img {
    /* margin-top: 40px; */
    margin-bottom: 20px;
    width: 128px;
}

.service-type-img img {
    width: 100%;
}

.service-type-box .service-type-name {
    position: relative;
    margin-bottom: 35px;
    font-size: 20px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

.service-type-box .service-type-name:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 2px;
    width: 30px;
    margin-left: -15px;
    background: #EC7D32;
}

.service-type-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
}

.service-type-button {
    display: flex;
    justify-content: space-between;
    width: 220px;
}

.service-type-button .service-type-refer,
.service-type-button .service-type-project {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
}

.service-type-button .service-type-refer {
    border: 1px solid #EC7D32;
    color: #EC7D32;
}

.service-type-button .service-type-project {
    border: 1px solid #000;
    color: rgba(51, 51, 51, 1);
}


/* 服务类型-end */

@media (max-width:767px) {
    /* 服务数据-start */
    .margin-top {
        padding-top: 40px;
    }
    .service-data-item strong {
        margin-bottom: 10px;
    }
    .service-arial p {
        font-size: 24px;
    }
    /* 服务数据-end */
    /* 服务类型-start */
    .service-type .service-arial .title {
        font-size: 24px;
        padding-top: 40px;
        line-height: 1.5;
    }
    /* 服务类型-end */
}


/* 服务数据-end */


/* 解决方案-start */

.solution {
    background: url(../images/solution-bg.png) no-repeat;
    background-size: cover;
}

.solution-left {
    background: #53B8FF;
    /* opacity: 0.5; */
    background-color: rgba(83, 184, 255, 0.5);
    /* 背景半透明,而不影响文字的原本颜色*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.solution-item i,
.solution-item span,
.solution-left-title,
.solution-right-text,
.solution-right-type i,
.solution-right p {
    color: #fff;
}

.solution-left-title {
    margin-bottom: 45px;
    font-size: 24px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}

.solution-list {
    width: 100%;
}

.solution-item {
    width: 100%;
}

.solution-item {
    padding-left: 30%;
}

.solution-left .solution-item:hover {
    cursor: pointer;
}

.solution-left .solution-active {
    background: rgba(11, 51, 83, 0.5);
}

.solution .row .col-lg-9 {
    display: none;
}

.solution .row .solution-check {
    display: block;
}

.solution-item i {
    font-size: 20px;
    margin-right: 12px;
}

.solution-item span {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 60px;
}

.solution-right-type {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* justify-content: space-evenly; */
}

.solution-right {
    padding-left: 65px;
}

.solution-right p {
    flex: 1;
}

.solution-right-title {
    font-size: 28px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 148, 69, 1);
    line-height: 60px;
}

.solution-right-text {
    margin: 36px 0 45px 0;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.solution-right-type>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    transition: all .3s ease;
}

.solution-right-type>div:hover i,
.solution-right-type>div:hover p {
    color: rgba(255, 148, 69, 1);
}

.solution-right-type .iconfont {
    font-size: 52px;
    margin-bottom: 15px;
}

.solution-right-type .p {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

@media (max-width:992px) {
    .solution-list {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
    }
    .solution-list .solution-item {
        padding: 0 15px;
    }
    .solution-right {
        padding-left: 15px;
    }
    .solution-right-type {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .solution-left {
        padding: 30px 5px;
    }
    .solution-right-type .col-lg-2 {
        width: 16%;
    }
    .solution-right-type>div {
        margin-bottom: 30px;
    }
    .solution-right-title {
        margin-top: 30px;
    }
    .solution-right-text {
        margin: 20px 0;
    }
}

@media (max-width:768px) {
    .solution-left-title {
        margin-bottom: 30px;
    }
    .solution-list .solution-item {
        padding: 0 8px;
    }
    .solution-list .solution-item i {
        margin-right: 0;
    }
    .solution-list .solution-item span {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .solution-right-type .col-lg-2 {
        width: 33%;
    }
    .solution-list .solution-item {
        padding-left: 30%;
    }
    .solution-left-title {
        margin-bottom: 20px;
    }
    .solution-list {
        flex-wrap: wrap;
        width: 100%;
    }
    /* .solution-list .solution-item {



    width: 50%;



  } */
}


/* 解决方案-end */


/* 公司介绍-start */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-contaienr-company {
    margin-top: 40px !important;
}

.swiper-contaienr-company .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-contaienr-company .swiper-slide-next,
.swiper-contaienr-company .swiper-slide-prev {
    transform: scale(.9)
}

.swiper-contaienr-company .swiper-slide-active,
.swiper-contaienr-company .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-slide-company img {
    width: 100%;
}

.company-intr-box {
    padding: 0 15px;
    padding-bottom: 70px;
}

.company-intr-title {
    text-align: center;
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    margin-bottom: 32px;
}

.company-intr-text {
    text-align: center;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
}

.company-intr-img {
    margin-top: 36px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.company-intr-img img {
    width: 100%;
}


/* 公司介绍轮播图翻页按钮-start */

.slideshow-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.slideshow-btn-box {
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.swiper-contaienr-company .swiper-button-prevs,
.swiper-contaienr-company .swiper-button-nexts {
    position: relative;
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 轮播图的点和按钮放在一行时,点的宽度100%导致呵呵按钮的点击效果冲突,这里设置点的宽度为auto并且定位到中间位置 */

.swiper-pagination.swiper-pagination-company.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.swiper-contaienr-company .swiper-button-prevs i,
.swiper-contaienr-company .swiper-button-nexts i {
    color: #373737;
    font-size: 24px;
    transition: all 0.4s;
}

.swiper-contaienr-company .swiper-button-prevs:hover i {
    margin-right: 15px;
}

.swiper-contaienr-company .swiper-button-nexts:hover i {
    margin-left: 15px;
}

.swiper-contaienr-company .swiper-button-nexts i {
    position: relative;
}

.swiper-contaienr-company .slideshow-btn-box i:before {
    width: 100%;
}

.swiper-contaienr-company .swiper-button-prevs:after,
.swiper-contaienr-company .swiper-button-nexts:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 2px;
    background-color: #333;
    transition: all 0.4s;
}

.swiper-contaienr-company .swiper-button-prevs:after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-contaienr-company .swiper-button-nexts:after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-contaienr-company .swiper-button-prevs:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: translate(-50%, -50%);
    width: 22px;
}

.swiper-contaienr-company .swiper-button-nexts:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: translate(-50%, -50%);
    width: 22px;
}


/* 公司介绍轮播图翻页按钮-end */

@media (max-width:768px) {
    .company-intr-img {
        flex-direction: column;
    }
}


/* 公司介绍-end */


/* 案例中心-start */

.news-center {
    background: url(../images/news_bg.png) no-repeat;
    background-size: cover;
}


/* 9.17 */


/* .news-center-content .row{

  display: flex;

  flex-wrap: wrap;

} */

.news-center-content .row>div {
    margin-bottom: 40px;
    padding: 0 15px;
    transition: all .3s ease;
}

.news-center-border {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.news-center-content .row>div>a {
    display: block;
}

.news-center-box .news-center-title {
    /* padding-top: 70px; */
    text-align: center;
    margin-bottom: 45px;
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}

.news-center-content-title,
.news-center-content-text,
.news-center-content-date span,
.news-center-content-date i {
    color: rgba(255, 255, 255, 1);
}

.news-center-content-title {
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: bold;
    line-height: 40px;
    transition: all .3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-center-content-text {
    margin: 30px 0;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 27px;
    height: 80px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news-center-content-date {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.news-center-content-date span,
.news-center-content-date i {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    transition: all .3s ease;
}

.news-center .row>div:hover {
    transform: translate(2%, -2%);
}

.news-center .row>div:hover .news-center-content-title,
.news-center .row>div:hover .news-center-content-date i {
    color: rgba(255, 148, 69, 1);
}

@media (max-width:767px) {
    .news-center-content-text {
        height: auto;
    }
}

@media (max-width:768px) {
    .news-center-box {
        padding-bottom: 0;
    }
}


/* 案例中心-end */


/* 在线联系 -start*/

.messages {
    background: url(../images/messagebg.png) no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.messages-title {
    text-align: center;
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.messages-details {
    padding: 0 15px;
    text-align: center;
    margin: 36px 0 56px 0;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.messages-box .row>div {
    margin-bottom: 50px;
}

.messages .col-lg-4 label {
    width: 330px;
}

.messages label p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.messages label p span {
    color: #EC7D32;
}

.messages-box .col-lg-4 label input {
    width: 100%;
    height: 55px;
    border: 1px solid rgba(142, 142, 142, 1);
    outline: none;
    border-radius: 5px;
    padding: 15px;
}

.messages-box .col-lg-12 label {
    width: 100%;
}

.messages-box .col-lg-12 label input:first-child {
    width: 70%;
    margin-right: 42px;
}

.messages-box .col-lg-12 label input[type='submit'] {
    width: 18%;
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: #EC7D32;
    border: 0;
}

.messages-box .col-lg-12 label input {
    padding: 15px;
    outline: none;
    border: 1px solid rgba(142, 142, 142, 1);
    border-radius: 5px;
}


/* js验证input表单内容空时提示语的样式 */

.msg {
    margin-left: 15px;
    font-size: 14px;
    color: #f30 !important;
}

@media (max-width:768px) {
    .messages {
        padding-bottom: 50px;
    }
    .messages-details {
        margin: 15px 0;
    }
    .messages label {
        width: 100% !important;
    }
    .messages label p {
        margin-bottom: 5px;
    }
    .messages-box .row>div {
        margin-bottom: 10px;
    }
    .messages-box label input {
        width: 100% !important;
    }
    .messages-box .col-lg-12 label input {
        margin-bottom: 10px;
    }
}


/* 在线联系 -end*/


/* 底部-start */


/* 范围-start */

.scope {
    background: rgba(247, 247, 247, 1);
    padding: 55px 0;
}

.scope-box {
    max-width: 1570px;
    margin: 0 auto;
}


/* 9.17 */


/* .scope .row {



  display: flex;



  flex-wrap: wrap;



} */

.scope .row>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scope .trait-border {
    width: 50px;
    height: 50px;
    border: 1px solid #AEAEAE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.scope .trait-border i {
    font-size: 28px;
    color: #AEAEAE;
}

.scope .trait-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.scope .trait-item p {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'AlibabaB';
}

.scope .trait-item span {
    font-size: 16px;
    color: #888888;
    line-height: 1.5;
    font-family: 'AlibabaR';
    flex: 1;
}

@media (max-width:1200px) {
    .scope .row>div {
        margin-bottom: 20px;
    }
    .scope {
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .scope .row {
        display: flex;
        flex-wrap: wrap;
    }
    .scope .row>div {
        flex-direction: column;
        width: 50%;
        margin-bottom: 20px;
    }
    .scope .trait-item {
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .scope .trait-item span {
        /* font-size: 12px; */
        text-align: center;
        width: 100%;
    }
}


/* 范围-end */

.footer {
    background: rgba(31, 34, 45, 1);
}

.footer-box {
    max-width: 1350px;
    margin: 0 auto;
}

.footer p,
.footer a,
.footer-label span {
    color: rgba(255, 255, 255, 1);
}

.footer-title {
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.footer .row>div {
    margin-bottom: 20px;
}

.footer-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-text a {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 32px;
}

.footer-link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 25px 0;
}

.footer-link .link {
    display: flex;
    flex-wrap: wrap;
}

.footer-link p {
    white-space: nowrap;
    line-height: 32px;
    padding-left: 15px;
}

.footer-link a {
    font-size: 12px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 32px;
    padding: 0 15px;
}


/* .footer-link a {



  padding: 0 15px;



} */

.footer a:hover {
    color: #53B8FF;
}

.footer hr {
    background: rgba(247, 247, 247, 1);
    opacity: 0.28;
    margin: 0;
}

.footer-label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 15px;
}

.footer-label span {
    font-size: 12px;
    font-family: AlibabaPuHuiTiL;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.5;
    text-align: center;
}

@media (max-width:767px) {
    .footer-title {
        margin-bottom: 15px;
    }
    .footer-link {
        flex-wrap: wrap;
        justify-content: start;
    }
    .footer-link a {
        width: 50%;
    }
}


/* 底部-end */


/* 主体内容-end */


/* 案例详情-start */


/* 头部背景-start */

.banner-page {
    width: 100%;
    position: relative;
}

.banner-page-item {
    width: 100%;
    height: 100%;
}

.banner-page-item img {
    min-height: 400px;
    width: 100%;
    display: block;
}

.banner-page-top-title {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-page .banner-page-title-font {
    top: 35%;
}

.banner-page-top-title p {
    font-size: 28px;
    font-family: AlibabaPuHuiTiR;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    /* line-height:22px; */
    margin-bottom: 30px;
}

.banner-page-top-title a {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
}

.banner-page-top-title span {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    padding: 0 15px;
}


/* 案例详情页宽度 */

.case-details-width {
    max-width: 1000px;
    margin: 0 auto;
}

.case-details-box {
    /* text-align: center; */
    margin-bottom: 80px;
}

.case-details-box p {
    margin: 5px;
}

.case-details-box img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width:992px) {
    .banner-page {
        margin-top: 60px;
    }
    .banner-page-item img {
        height: 150px;
        min-height: auto;
    }
    .banner-page .banner-page-title-font {
        top: 18%;
    }
    .banner-page-top-title {
        text-align: center;
        top: 22%;
    }
    .banner-page-top-title p {
        margin-bottom: 10px;
        font-size: 24px;
        padding: 0 2px;
    }
    .banner-page-top-title span {
        padding: 0 5px;
    }
    .banner-page .banner-page-top-title .banner-page-p-zh {
        font-size: 36px !important;
    }
    .banner-page .banner-page-top-title .banner-page-p-en {
        font-size: 28px !important;
    }
}


/* 头部背景-end */


/* 案例详情-end */


/* 全部案例-start */

.banner-page .banner-page-top-title .banner-page-p-zh {
    font-size: 64px;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.banner-page .banner-page-top-title .banner-page-p-en {
    font-size: 48px;
    letter-spacing: 5px;
}

.second-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.second-nav a {
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #555;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 26px;
}

.second-nav .second-nav-active {
    position: relative;
    color: rgba(255, 148, 69, 1);
    border-bottom: 2px solid rgba(255, 148, 69, 1);
}


/* .second-nav .second-nav-active:after{ 



  content: '';



  position: absolute;



  bottom: 0;



  left: 50%;



  height: 2px;



  width: 30px;



  margin-left: -15px;



  background: rgba(255,148,69,1);;



} */

.news-list-page {
    margin-top: 10px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
}

.case-button {
    margin-bottom: 70px;
}

.news-page-left {
    width: 300px;
    padding: 0 15px;
    max-width: 300px;
    height: 100%;
    background: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    color: #999999;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.news-page-right {
    width: 120px;
    max-width: 120px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
}

.news-page-right a {
    flex: 1;
    display: flex;
    height: 100%;
    color: #373737;
    align-items: center;
    justify-content: center;
}

.news-page-right a i {
    font-size: 20px;
}

.news-page-right a:hover i {
    color: #F97E05;
}

.news-page-left a {
    padding-top: 15px;
    padding-bottom: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-page-right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -0.5px;
    width: 1px;
    height: 20px;
    background: #ccc;
}

.news-page-left p {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.news-page-left .news-list-ative p {
    background: #F97E05;
    color: #fff;
}

@media (max-width:767px) {
    .second-nav {
        width: auto;
        justify-content: inherit;
    }
    .second-nav a {
        padding: 10px 20px;
        font-size: 18px;
        white-space: nowrap;
    }
    .banner-page .banner-page-top-title .banner-page-p-zh {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .banner-page .banner-page-top-title .banner-page-p-en {
        font-size: 28px;
    }
    .case-button {
        margin-bottom: 30px;
    }
    .news-page-left {
        padding: 0;
        margin-right: 10px;
    }
}


/* 全部案例-end */


/* 小程序-start */


/* 头部背景图文字-start */

.program-title {
    position: absolute;
    width: 100%;
    top: 36%;
    left: 15%;
}

.program-title .program-title-item {
    font-size: 50px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 24px;
}

.program-title .program-title-span {
    color: #FDB836;
}

.program-explain {
    padding: 15px;
}

.program-explain span {
    display: block;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    padding-bottom: 15px;
}


/* 头部背景图文字-start */


/* 小程序类型-start */

.program-type {
    margin: 70px 0;
}

.program-type-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.program-type-a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 43px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 30%;
    padding: 15px;
    transition: all .3s ease;
}

.program-type-a:hover {
    transform: translateY(-2%);
    box-shadow: 0px 2px 12px 0px #EC7D32;
}

.program-type-img {
    width: 160px;
    margin: 30px 0;
}

.program-type-img img {
    width: 100%;
}

.program-type-title {
    position: relative;
    font-size: 20px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 35px;
}

.program-type-title:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    /* margin-left: -15px; */
    background: #EC7D32;
}

.program-type-span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}


/* .program-type-span span { */

.program-type-span p {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
}


/* 小程序类型-end */


/* 微信小程序-start */

.wechat-program {
    background-color: rgba(250, 250, 250, 1);
    padding-bottom: 30px;
}


/* 9.17 */


/* .wechat-program .row { 



  display: flex;



  flex-wrap: wrap;



  justify-content: space-evenly;



} */

.wechat-program .row>div {
    margin-bottom: 50px;
}

.wechat-program-title {
    text-align: center;
    margin-bottom: 50px;
}

.wechat-program-title .p {
    margin-bottom: 26px;
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.wechat-program-title .span {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 28px;
}

.wechat-program-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.wechat-program-content-i {
    width: 143px;
    height: 143px;
    border: 1px solid rgba(178, 178, 178, 1);
    transform: rotate(45deg);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wechat-program-content-i em,
.wechat-program-content-i img {
    display: block;
    transform: rotate(-45deg);
    font-size: 52px;
}

.wechat-program-content-i img {
    width: 52px;
}

.wechat-program-content-text {
    text-align: center;
}

.wechat-program-content-text .p {
    margin: 70px 0 30px 0;
    font-size: 30px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(236, 125, 50, 1);
}

.wechat-program-content-text .span {
    /* font-size:16px; */
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}


/* 微信小程序-end */


/* 小程序入口-start */

.program-entrance {
    background: url(../images/pagexcx_entrance_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 22px;
}

.program-entrance-title {
    text-align: center;
}


/* 9.17 */


/* .program-entrance-box .row {



  display: flex;



  flex-wrap: wrap;



} */

.program-entrance-box .row>div {
    margin-bottom: 56px;
}

.program-entrance-title .p {
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.program-entrance-title .span {
    display: block;
    margin: 26px 0 50px 0;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.program-entrance-content-i {
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px;
    transition: all .8s ease;
}

.program-entrance-content-i em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    transition: all .8s ease;
}

.program-entrance-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.program-entrance-content:hover .program-entrance-content-i {
    transform: rotateY(360deg);
    border-color: rgba(255, 148, 69, 1);
}

.program-entrance-content:hover em,
.program-entrance-content:hover .p,
.program-entrance-content:hover .span {
    color: rgba(255, 148, 69, 1);
}

.program-entrance-content .p {
    margin: 32px 0 20px 0;
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transition: all .3s ease;
}

.program-entrance-content .span {
    font-size: 14px;
    transition: all .3s ease;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    opacity: 0.7;
}


/* 小程序入口-end */


/* 分销引流-start */

.program-sale-title {
    margin-bottom: 50px;
    text-align: center;
}

.program-sale-title .p {
    margin-bottom: 26px;
    font-size: 28px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.program-sale-title .span {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.program-sale-content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.program-sale-content {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    transition: all .3s ease;
}

.website-solution .program-sale-content:hover em,
.website-solution .program-sale-content:hover p {
    color: rgba(255, 148, 69, 1);
}

.program-sale-content em {
    font-size: 42px;
    transition: all .3s ease;
}

.program-sale-content p {
    margin-top: 20px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    transition: all .3s ease;
}

.program-sale-content:hover em,
.program-sale-content:hover p {
    color: rgba(255, 148, 69, 1);
    cursor: pointer;
}


/* 分销引流-end */


/* 开发流程-satart */

.development-process {
    background: url(../images/flow_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 82px;
}

.flow-box {
    display: flex;
}

.flow-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow-item>em {
    font-size: 50px;
    color: #fff;
}

.flow-border {
    margin: 20px 0;
    height: 10px;
    width: 100%;
    background: #1D252E;
    position: relative;
    box-shadow: 0px 1px 0px #4f4f4f;
}

.flow-border p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #1D252E;
    background: #fff;
}

.flow-border p em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5px;
    color: #1D252E;
}

.development-process p {
    color: #fff;
    font-size: 24px;
}


/* 开发流程-satart */


/* 选择我们-start */


/* .choose-us-box {



  padding-left: 50px;



} */

.choose-us-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.choose-us-item {
    width: 50%;
    display: flex;
    margin-bottom: 50px;
}

.choose-us-item-em {
    position: relative;
    width: 105px;
    height: 105px;
    border: 2px solid rgba(220, 220, 220, 1);
    border-radius: 50%;
    padding: 15px;
    margin-right: 20px;
    transition: all .8s ease;
}

.choose-us-item:hover .choose-us-item-em {
    transform: rotateY(360deg);
    color: rgba(255, 148, 69, 1);
    border-color: rgba(255, 148, 69, 1);
}

.choose-us-item-em em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
}

.choose-us-item p {
    width: 495px;
    align-self: center;
    font-size: 20px;
    font-family: AlibabaPuHuiTiL;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    padding-top: 20px;
    flex: 1;
}


/* 选择我们-end */


/* 行业解决方案-start */

.swiper-case-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    /*  opacity: 0;*/
    transition: all 0.3s;
}

.program-solution {
    margin-top: 20px;
}

.swiper-case-mask p {
    position: relative;
    transition: all 0.3s;
    font-family: 'AlibabaR';
}

.swiper-case-mask p:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}

.swiper-case-mask em {
    font-size: 50px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.swiper-case-mask:hover {
    background: rgba(255, 113, 17, 0.4);
}

.swiper-case-mask-p {
    opacity: 0;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 15px;
}

.swiper-case-mask:hover em {
    transform: translateY(-40px)
}

.swiper-case-mask:hover .swiper-case-mask-p {
    opacity: 0.7;
}

.swiper-case-mask:hover p {
    transform: translateY(-60px)
}

.swiper-case-mask:hover p:after {
    opacity: 0;
}

.swiper-case .swiper-button-prevs,
.swiper-case .swiper-button-nexts {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s;
}

.swiper-case .swiper-container:hover .swiper-button-prevs {
    opacity: 1;
}

.swiper-case .swiper-container:hover .swiper-button-nexts {
    opacity: 1;
}

.swiper-case .swiper-button-prevs i,
.swiper-case .swiper-button-nexts i {
    color: #fff;
    font-size: 20px;
}

.swiper-case .swiper-button-prevs {
    left: 0;
}

.swiper-case .swiper-button-nexts {
    right: 0;
}


/* .padding-box{



  padding: 130px 0;



} */


/* 行业解决方案-end */


/* 部分案例-start */

.section-case {
    margin-bottom: 20px;
}


/* 9.17 */


/* .section-case-content .row {



  display: flex;



  flex-wrap: wrap;



} */

.section-case-content .row>div {
    margin-bottom: 40px;
}

.case-box-top {
    position: relative;
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, .1); */
    box-shadow: 0px 2px 43px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (min-width:767px) {
    .case-box-top {
        height: 345px;
    }
}

@media (max-width:768px) {
    .case-box-top {
        height: 250px;
    }
}

.case-box-top img {
    width: 100%;
}

.case-box-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
}

.case-code {
    width: 150px;
}

.case-code img {
    width: 100%;
}

.case-box-mask p {
    margin: 30px 0;
    font-size: 18px;
}

.case-box-mask a {
    display: block;
    color: #fff;
    text-align: center;
}

.case-link {
    background: #EC7D32;
    width: 120px;
    padding: 8px 0;
    margin-bottom: 20px;
}

.case-box-top:hover .case-box-mask {
    opacity: 1
}

.case-box-content .case-box-title {
    margin: 12px 0;
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1)
}

.case-box-content .case-box-describe {
    /* margin-bottom: 10px; */
    /* line-height: 23px; */
    /* height: 45px; */
}

.case-box-content {
    margin-bottom: 15px;
}

.program-news {
    display: flex;
    flex-wrap: wrap;
}

.case-box-content .case-box-program {
    padding-left: 15px;
    margin: 15px 0;
    border-left: 2px solid rgba(255, 148, 69, 1);
}

.case-box-content .case-box-describe {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.case-box-content .case-box-program {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 部分案例-end */

@media (max-width:1200px) {
    .program-title .program-title-item {
        font-size: 32px;
    }
}

@media (max-width:992px) {
    .banner-page .program-banner-img img {
        height: 300px;
    }
    .program-title .program-title-item {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .banner-page .program-banner-img img {
        height: 240px;
    }
    .program-type {
        margin: 50px 0 30px 0;
    }
    .program-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 15%;
    }
    .program-title .program-title-item {
        margin-bottom: 10px;
    }
    .program-explain span {
        text-align: center;
        padding-bottom: 10px;
    }
    .program-type-a {
        width: 100%;
        margin-bottom: 15px;
    }
    /* 微信小程序 */
    .wechat-program {
        padding-bottom: 0;
    }
    .wechat-program-content-text .p {
        margin: 50px 0 11px 0;
    }
    /* 小程序入口-start */
    .program-entrance-box .row>div {
        width: 50%;
        display: inline-block;
        margin-bottom: 30px;
    }
    .program-entrance-content .p {
        font-size: 16px;
        margin: 20px 0 8px 0;
    }
    .program-entrance-title .span {
        margin-bottom: 30px;
    }
    .program-entrance-content .span {
        font-size: 12px;
    }
    .program-entrance-content-i {
        width: 80px;
        height: 80px;
    }
    .program-entrance-content-i em {
        font-size: 40px;
    }
    /* 小程序入口-end */
    /* 分销引流 */
    .program-sale-content {
        width: 33%;
        margin-bottom: 40px;
    }
    .program-sale-title {
        margin-bottom: 30px;
    }
    /* 选择我们 */
    .choose-us-box {
        padding: 0;
    }
    .choose-us-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .choose-us-item p {
        width: 60%;
        font-size: 14px;
    }
    /* 部分案例 */
    .case-box-mask {
        opacity: 1;
    }
    /* .section-case-content .row>div {



    margin-bottom: 30px;



  } */
    .section-case {
        margin-bottom: 10px;
    }
    /* 修改移动端二维码布局 -- 中间文字margin太大  01.13*/
    .case-box-mask p {
        margin: 10px 0;
    }
    .case-link {
        margin-bottom: 0;
    }
}


/* 小程序-end */


/* 网站建设-start */


/* 头部背景图-start */

.banner-page .program-title .website-title {
    color: rgba(248, 214, 24, 1);
}

.banner-page .program-title .website-describe span {
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
}


/* 头部背景图-end */


/* 解决方案-start */

.website-solution {
    background: url(../images/pageweb_solution.png) no-repeat;
    background-size: cover;
    padding-top: 65px;
}

.website-solution .program-sale-content em,
.website-solution .program-sale-content p {
    color: #fff;
}


/* 解决方案-end */


/* 交户原型设计-start */

.prototype-design-img img {
    width: 100%;
}


/* 交户原型设计-end */


/* 网站建设-end */


/* 微信-start */

.banner-page-wechat .program-title-span {
    color: #F2F84F;
}

.wechat {
    padding-bottom: 0;
}

.program-type-a .wechat-type-describe {
    /* width: 320px; */
    /* 9.12 23:40改 */
    width: 100%;
    padding: 0 15px;
}

.wechat-box-em em {
    font-size: 60px;
    color: rgba(255, 148, 69, 1);
}

.wechat-box-title {
    margin: 20px 0 15px 0;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.wechat-box-describe {
    /* width: 370px; */
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}


/* 微信品台特色-start */

.wechat-feature {
    background: url(../images/pageweix_advantagebg.png) no-repeat;
    background-size: cover;
    /* padding-bottom: 80px; */
}

.wechat-feature .wechat-box-em em,
.wechat-feature .wechat-box-title,
.wechat-feature .wechat-box-describe {
    color: rgba(255, 255, 255, 1);
}


/* 9.18 */

.wechat-feature .row {
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.wechat-feature .row>div {
    margin-bottom: 50px;
}


/* 微信品台特色-end */


/* 微信品台展示类型-start */


/* 9.17 */


/* .wechat-show-type .row {



  display: flex;



  flex-wrap: wrap;



} */

.wechat-show-box {
    text-align: center;
}

.wechat-show-box em {
    display: block;
    font-size: 50px;
    color: rgba(51, 51, 51, 1);
}

.wechat-show-box p {
    position: relative;
    padding: 30px 0 22px 0;
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.wechat-show-active p:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background: #EC7D32;
}


/* 9.17鼠标经过会多两个像素,导致布局乱,改成伪类元素 */


/* .wechat-show-active p{



  border-bottom: 2px solid rgba(255,148,69,1);



} */

.wechat-show-active em,
.wechat-show-active p {
    color: rgba(255, 148, 69, 1);
}

.wechat-type {
    background: rgba(250, 250, 250, 1);
    padding: 60px 0;
    display: none;
}

.wechat-type-active {
    display: block;
}


/* 9.17 */


/* .wechat-type .row { 

  display: flex;

  flex-wrap: wrap;

} */

.wechat-type .row>div {
    margin-bottom: 20px;
}

.wechat-type-content {
    padding: 0 20px;
}

.wechat-type-content-title {
    margin-bottom: 18px;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.wechat-type-content-describe {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
}


/* 微信品台展示类型-end */

@media (max-width:1200px) {
    .wechat-show-type .row>div {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .banner-page .program-title .website-describe span {
        line-height: 22px;
    }
    .wechat-title {
        margin-bottom: 40px;
    }
    .wechat-type-content-describe {
        font-size: 12px;
    }
    .wechat-box,
    .wechat-feature-box {
        display: flex;
        align-items: center;
    }
    .wechat .container-fluid .row>div,
    .wechat-feature .container-fluid .row>div {
        margin-bottom: 30px;
    }
    .wechat-box-em {
        margin-right: 15px;
    }
    .wechat-box-title {
        margin: 5px 0;
        font-size: 16px
    }
    .wechat-box-describe {
        width: 100%;
        font-size: 12px;
    }
    .program-type-a .wechat-type-describe {
        /* width: 100%; */
        padding: 0;
    }
    .wechat-type-content {
        padding: 0;
    }
}


/* 微信-end */


/* app-start */

.banner-page-app .program-title-span {
    color: #FFE11B;
}

.app-title {
    padding: 0 15px;
}

.app-type-title {
    width: 310px;
    text-align: center;
}


/* 9.17 改(ipad端) */

@media (max-width:1200px) and (min-width:769px) {
    /* 方案app类型  */
    .app-type-title {
        width: 100%
    }
    /* 首页行业解决方案 */
    .solution-right-type .iconfont {
        font-size: 42px;
    }
    /* 首页资讯中心 */
    .news-center-content-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /* 1.9 改 */
    /* .news-center-content-text { 

    margin-bottom: 100px;

  } */
}

.app-case {
    margin-top: 20px;
}


/* app定制优势-start */

.app-custom {
    background: url(../images/pageapp_advantagebg.png) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.app-custom .container-fluid {
    display: flex;
    justify-content: center;
}

.app-custom-list {
    display: flex;
    justify-content: inherit;
}

.app-list-box {
    width: 400px;
    height: 400px;
}

.app-list-box .app-list-item {
    width: 71%;
    height: 71%;
    border: 1px solid #FFF;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-custom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.app-custom-content:nth-child(odd) .app-list-item {
    position: relative;
    border-top: 0;
}

.app-custom-content:nth-child(odd) .app-list-item:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    content: '';
    width: 90%;
    height: 1px;
}

.app-custom-content:nth-child(even) .app-list-item {
    position: relative;
    border-top: 0;
    border-bottom: 0;
}

.app-custom-content:nth-child(even) .app-list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 90%;
    height: 1px;
    background: #fff;
}

.app-custom-content:nth-child(even) .app-list-item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 90%;
    height: 1px;
    background: #fff;
}

.app-list-content {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-list-content em {
    display: flex;
    transform: rotate(-45deg);
}

.app-custom-content:nth-child(odd) .app-list-content {
    background: #fff;
}

.app-custom-content:nth-child(odd) .app-list-content em {
    color: rgba(251, 158, 90, 1);
    font-size: 76px;
}

.app-custom-content:nth-child(even) .app-list-content {
    background: rgba(251, 158, 90, 1);
}

.app-custom-content:nth-child(even) .app-list-content em {
    color: #fff;
    font-size: 76px;
}

.app-list-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.app-list-text .app-list-title {
    margin: 100px 0 30px 0;
    font-size: 30px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.app-list-text .app-list-describe {
    width: 217px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
    text-align: center;
    line-height: 28px;
}

@media (max-width:1650px) {
    .app-list-box {
        width: 350px;
        height: 350px;
    }
}

@media (max-width:1450px) {
    .app-list-box {
        width: 280px;
        height: 280px;
    }
    .app-custom-content .app-list-text {
        bottom: -65%;
    }
    .section .app-custom {
        height: 750px;
    }
}

@media (max-width:1200px) {
    .app-list-box {
        width: 240px;
        height: 240px;
    }
    .section .app-custom {
        height: 650px;
    }
}

@media (max-width:1024px) {
    .app-list-box {
        width: 220px;
        height: 220px;
    }
    .section .app-custom {
        height: 600px;
    }
}

@media (min-width:992px) {
    .app-custom {
        height: 870px;
    }
    .app-custom-content {
        position: relative;
    }
    .app-list-text {
        position: absolute;
        bottom: -50%;
        left: 50%;
        margin-left: -50%;
        width: 100%;
    }
    .app-list-box .app-list-item {
        margin-left: 15%;
        margin-top: 15%;
    }
}

@media (max-width:992px) {
    .section .app-custom {
        height: auto;
    }
    .app-custom-list {
        margin-top: 56px;
    }
    .app-list-box {
        width: 260px;
        height: 260px;
    }
    .app-list-box .app-list-item {
        width: 100%;
        height: 100%;
    }
    .app-custom {
        padding: 0;
    }
    .app-custom-content {
        margin-bottom: 100px;
    }
    .app-list-text .app-list-title {
        margin: 70px 0 10px 0;
    }
    .app-custom-list {
        flex-direction: column;
    }
    .app-list-box {
        width: 240px;
        height: 240px;
    }
    .app-custom-content:nth-child(odd) .app-list-item:after,
    .app-custom-content:nth-child(even) .app-list-item::before,
    .app-custom-content:nth-child(even) .app-list-item::after {
        width: 100%;
    }
    .app-list-content {
        width: 180px;
        height: 180px;
    }
    .app-list-text .app-list-describe {
        width: 100%;
    }
}


/* app定制优势-end*/


/* 服务范围-start */

.service-scope-content {
    position: relative;
    margin-bottom: 70px;
}


/* 9.17 */


/* .service-scope .row{



  display: flex;



  flex-wrap: wrap;



} */

.service-scope .row>div {
    margin-bottom: 20px;
    padding: 0 40px;
}

.app-scope-left {
    margin-top: 15px;
    text-align: right;
    padding-right: 45px;
}

.app-scope-left h2,
.app-scope-right h2 {
    font-size: 32px;
    color: #404953;
    margin-bottom: 20px
}

.app-scope-left p,
.app-scope-right p {
    font-size: 16px;
    color: #747D87;
    line-height: 1.5;
}

.app-scope-right {
    margin-top: 20px;
    padding-left: 45px;
}

.app-scope-position {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50px;
    margin-left: -25px;
}

.app-scope-position img {
    height: 100%;
}

@media (max-width:767px) {
    .service-scope-content {
        margin-bottom: 0;
    }
    .service-scope .row>div {
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .app-scope-left {
        padding-left: 15px;
        text-align: left;
    }
    .app-scope-right {
        margin-top: 0;
    }
    .app-scope-left h2,
    .app-scope-right h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .app-scope-position {
        display: none;
    }
}


/* 服务范围-end */


/* app-end */


/* 新闻中心-start */

.news-box {
    width: 100%;
}

.news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.news-item {
    display: flex;
    padding-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px solid #DEDEDE;
}

.news-item-img {
    width: 175px;
    height: 145px;
    /* height: 175px; */
    display: block;
}

.news-item-right {
    /* flex:1; */
    /* margin-left: 30px; */
    margin-right: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.news-item-right p {
    margin-bottom: 15px;
}

.news-title {
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-subtitle {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: 2px;
}

.news-time {
    font-size: 14px;
    color: #999999;
}

.news-box .col-lg-3 {
    background: #FAFAFA;
}

.news-sidebar {
    display: flex;
    flex-direction: column;
    background: #FAFAFA;
}

.news-column-title {
    font-size: 20px;
    color: #333333;
}

.column-box {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.column-box-item {
    display: flex;
    padding: 15px 0;
}

.column-box-item i {
    color: rgba(141, 141, 141, 1);
    font-size: 14px;
}

.news-sidebar-item {
    margin-top: 50px;
}

.column-box-ul {
    display: none;
}

.column-box-ul a {
    display: block;
    padding: 0 15px 15px 15px;
}

.column-box-item p {
    margin-left: 5px;
}

.column-box:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
}

.column-box-item p {
    font-size: 16px;
    color: #5A5A5A;
}

.news-column-content {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.news-column-content a:hover {
    background: rgba(255, 148, 69, 1);
    color: #fff;
}

.news-column-content a {
    display: block;
    text-align: center;
    width: 40%;
    padding: 10px 0;
    margin: 15px;
    background: rgba(225, 225, 225, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(90, 90, 90, 1);
    transition: all .3s ease;
}

.news-text {
    margin: 30px 0 50px 0;
}

.news-text-title {
    padding: 15px;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.news-text-describe {
    display: block;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
}

.news-text-time {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

@media (max-width:767px) {
    .news-title {
        font-size: 16px;
    }
    .news-list {
        margin-bottom: 22px;
    }
    .news-item-right {
        margin-right: 0;
    }
}


/* 新闻中心-end */


/* 新闻中心-详情-start */

.news-details-content {
    padding-bottom: 15px;
    margin-right: 60px;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.news-details-content p {
    /*1.14*/
    margin: 5px 0;
}

.news-details-content p img {
    margin: 15px 0;
}

.news-details-content img {
    width: 100%;
}

.news-details-text {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    line-height: 22px;
    margin-bottom: 22px;
}

.news-details-img-box {
    display: flex;
    justify-content: center;
}

.news-details-img {
    width: 750px;
    margin: 30px 0 42px 0;
}

.news-details-img img {
    display: block;
    text-align: center;
    width: 100%;
}

.news-details-more {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.news-details-more a {
    display: block;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
}

@media (max-width:768px) {
    .news-details-content {
        margin-right: 0;
    }
    .news-details-img {
        width: 100%;
    }
}


/* 新闻中心-详情-end */


/* 联系我们-start */

.banner-page .contact-top-title {
    top: 40%;
    left: 40%;
    align-items: flex-start;
}

.banner-page .contact-top-tel {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    text-align: left;
}

.banner-page .contact-top-title .contact-en {
    font-size: 40px;
    color: #EC7D32;
}

.contact-top-text-box {
    padding-bottom: 100px;
}

.contact-top-text-head,
.contact-top-text-foot,
.contact-top-text-describe {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.contact-top-text-title {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}

.contact-box {
    padding-left: 30px;
}

.contact-box h2 {
    font-size: 64px;
    letter-spacing: 5px;
    font-family: AlibabaPuHuiTiR;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
}

.contact-box h3 {
    margin: 35px 0 80px 0;
    font-size: 40px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.contact-box .contact-box-company {
    margin-bottom: 30px;
    font-size: 28px;
    color: #2A343E;
}

.contact-box .contact-box-address,
.contact-box .contact-box-tel,
.contact-box .contact-box-email,
.contact-box .contact-box-complain {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #666666;
    letter-spacing: 3px;
}

#map {
    height: 650px;
    border: #ccc solid 1px;
    font-size: 12px;
    border: 0;
}

.contact-box .contact-box-tel {
    margin-bottom: 30px;
}

@media (max-width:992px) {
    .banner-page .contact-top-title {
        top: 15%;
    }
    .banner-page .contact-top-title .contact-en {
        font-size: 28px;
    }
    .contact-content .row>div {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .banner-page .contact-top-title {
        left: 25%;
    }
    .contact-box-section {
        text-align: center;
    }
    .contact-top-text-box {
        padding-bottom: 60px;
    }
    .contact-box {
        width: 100%;
        padding-left: 0;
    }
    .contact-box h2 {
        font-size: 48px;
        text-align: center;
    }
    .contact-box h3 {
        margin: 20px 0 40px 0;
        font-size: 36px;
        text-align: center;
    }
    .contact-box .contact-box-company {
        font-size: 26px;
    }
    #map {
        height: 450px;
    }
}


/* 联系我们-end */


/*新增方案页*/

.newpage-title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newpage-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.newpage-title {
    font-size: 50px;
    white-space: nowrap;
}

.newpage-titles {
    font-size: 18px;
}

.consulting {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.consulting>div {
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.consulting>.use {
    background: #fff;
    color: #FB9346;
    margin-left: 20px;
}

.program-titles {
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.program-titles img {
    width: 100%;
}

.program-titles .title {
    color: #2F2F2F;
    font-size: 36px;
    text-align: center;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.program-titles .title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    left: 50%;
    top: -30px;
    margin-left: -40px;
    background: #FB9345;
}

.functions {
    width: 100%;
    flex: 1;
    /*transition:  all 0.3s;*/
}

.functions-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xcx_introduce-title {
    color: #3D3D49;
}

.xcx_introduce {
    width: 100%;
}

.xcx_item {
    display: flex;
    align-items: center;
}

.functions-item>i {
    font-size: 80px;
    color: #FC9346;
    padding: 0 10px;
}

.xcx_item_left {
    margin-right: 15px;
}

.xcx_item_right-title {
    font-size: 18px;
    color: #3D3E49;
}

.xcx_introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xcx_item_right-subtitle {
    font-size: 12px;
    color: #999999;
}

.xcx_introduce-title {
    font-size: 26px;
    color: #3D3E49;
}

.xcx_introduce-subtitle {
    font-size: 16px;
    color: #999999;
}

.functions-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.xcx_item {
    margin-top: 10px;
}

.xcx_item_left,
.xcx_item_right-subtitle {
    display: none;
}

.functions:nth-child(even) {
    background: #FEFAF7;
}

.functions:nth-child(odd) {
    background: #fff;
}

.functions:hover {
    flex: 1.5;
    /*transition:  all 0.3s;*/
}

.functions:hover .xcx_item_right-subtitle {
    display: block;
}

.functions:hover .xcx_item_left {
    display: block;
}

.functions:hover .xcx_introduce {
    background: #FC9346;
}

.functions:hover .xcx_introduce-title {
    color: #fff;
}

.functions:hover .xcx_introduce-subtitle {
    color: #fff;
}

.functions:hover .functions-item>i {
    display: none;
}

@media (max-width:767px) {
    .program-titles .title {
        font-size: 18px;
    }
}

.xcx-title-box {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 18px;
}

.xcx-title-box p {
    margin: 20px 0;
}

.xcx-box-title {
    font-size: 40px;
    font-weight: bold;
}

.xcx-consulting {
    display: flex;
}

.xcx-consulting-left {
    color: #92949F;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
}

.xcx-consulting-right {
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px 15px;
    margin-left: 20px;
}

.xcx-case-num {
    color: #EC7D32;
    text-align: center;
    padding: 40px 0;
}

.xcx-case-number {
    margin-top: 20px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.xcx-cycle {
    background: #F8F8F8;
    padding: 80px 0;
}

.xcx-cycle-title {
    text-align: center;
    position: relative;
}

.xcx-cycle-title img {
    width: 25%;
}

.xcx-cycle-title .title {
    white-space: nowrap;
    text-align: center;
    color: #303030;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xcx-cycle-row {
    margin-top: 60px;
}

.xcx-cycle-item {
    padding: 40px 0;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    background: #fff;
    transition: all 0.3s;
    height: 100%;
}

.xcx-cycle-item img {
    width: 125px;
    height: 125px;
}

.xcx-cycle-item p {
    text-align: center;
    line-height: 2;
    font-size: 26px;
}

.xcx-cycle-item-title {
    font-size: 24px;
    color: #3D3E49;
    margin: 20px 0;
}

.xcx-cycle-item .xcx-cycle-item-tip {
    font-size: 18px;
    color: #A1A6AB;
}

.xcx-cycle-item {
    margin-top: 30px;
}

.solution-items {
    padding-left: 0;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.solution-lefts {
    background: none;
}

.solution-lefts .solution-active {
    background: #FC9346;
    color: #fff;
}

.solution-lists {
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.solution-right-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-right-tips {
    color: #fff;
    background: rgba(252, 147, 70, 0.08);
    border: 1px solid #FC9346;
    padding: 10px 20px;
    border-radius: 5px;
}

.solutions {
    background: url(../images/banner-101.png) no-repeat;
    background-size: cover;
}

.solution-right-type img {
    width: 120px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .solution-lists {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .solution-lists .solution-items {
        padding-left: 0;
    }
    .solution-lists {
        border-right: none;
    }
}

.technological-process-itme {
    width: 80%;
    margin-left: 10%;
}

.technological-process {
    padding: 80px 0;
}

.process-itme-top {
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #FB9345;
    padding: 20px 0;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.process-itme-content {
    text-align: center;
    color: #FB9345;
}

.process-itme-content em {
    font-size: 60px;
}

.process-itme-bottom {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.xcx-case-num p {
    font-size: 16px;
    margin-top: 30px;
}

.process-itme-bottom-title {
    color: #2F2F2F;
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
}

.technological-process-itme p {
    color: #676767;
    padding: 0 20px;
    font-size: 16px;
}

.process-itme-bottom-conten {}

.process-itme-bottom-conten p {
    color: #676767;
    line-height: 2;
}

.process-itme-bottom-conten-img {
    text-align: right;
    padding: 0 20px;
}

.process-itme-bottom-conten-img img {
    width: 100px;
    margin-top: 30px;
}

.technological-process .row {
    margin-top: 80px;
}

.conversation {
    background: #F5F4F4;
}

.conversation-programme {
    display: inline-block;
    background: #FC9346;
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 9px 24px 0px rgba(253, 158, 88, 0.64);
    letter-spacing: 2px;
}

.conversation-box {
    position: absolute;
    top: 35%;
    /*left: 30px;*/
    left: 55%;
}

.conversation-box p {
    font-size: 40px;
    color: #2F2F2F;
    text-shadow: #bfbbbb 3px 4px 5px;
    letter-spacing: 15px;
}

.conversation .row {
    display: flex;
}

.conversation img {
    width: 100%;
}

.xcx-cycle-item:hover {
    box-shadow: 0px 0px 46px 0px rgba(251, 147, 69, 0.5);
}

.conversation-right {
    display: flex;
}

.xcx-cycle-row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .xcx-title-box {
        top: 50%;
        right: 0;
    }
    .xcx-box-title {
        font-size: 28px;
    }
    .xcx-consulting {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .xcx-cycle-title .title {
        font-size: 16px;
    }
    .xcx-cycle-title img {
        width: 80%;
    }
    .xcx-cycle-row {
        margin-top: 40px;
        display: block;
    }
}

.xcx-cycle-items img {
    width: 100%;
}

.xcx-cycle-item-text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.xcx-cycle-item-text p {
    font-size: 12px;
}

.xcx-cycle-item-text .cycle-item-text-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.xcx-cycle-row>div {
    margin-bottom: 20px;
}

.xcx-cycles {
    padding-top: 0;
}

.xcx-cycle-rows {
    margin-top: 80px;
}

.xs-technological-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.xs-technological-top-left {
    display: flex;
    align-items: flex-end;
}

.xs-technological-top-left img {
    width: 40px;
    margin-right: 10px;
}

.xs-technological-top-right img {
    width: 80px;
}

.xs-technological-process {
    background: #F8F8F8;
}

.xs-technological-bottom {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.xs-technological-bottom-right p {
    font-size: 10px;
    color: #676767;
}

.xs-technological-bottom-right {
    margin-left: 10px;
}

.xs-technological-bottom img {
    width: 50%;
}

.xs-technological-process .col-sm-6 {
    margin-top: 50px;
}

.conversation-boxs {
    width: 100%;
    position: relative;
}

.conversation-boxs img {
    width: 100%;
}

.conversation-boxs p {
    font-size: 20px;
    color: #fff;
}

.conversation-xs-texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.conversation-xs-texts p {
    margin-bottom: 15px;
}

.conversation-xs-texts span {
    margin-top: 20px;
    padding: 10px 25px;
    background: #FD9D58;
    border-radius: 50px;
    color: #fff;
}

.solution-item p {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    line-height: 60px;
}

@media (max-width: 1280px) {
    .xcx-cycle-title img {
        width: 45%;
    }
}

.programme {
    display: none;
}

.programmes {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #FB9345;
    padding: 80px 50px 50px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 46px 0px rgba(251, 147, 69, 0.5);
    display: none;
    z-index: 999;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.item-right {
    flex: 1;
}

.items {
    font-size: 18px;
    margin-bottom: 20px;
}

.item input,
.items textarea {
    flex: 1;
    border: 1px solid #FB9345;
    height: 40px;
    color: #000;
    width: 100%;
}

.item-top {
    margin-bottom: 10px;
}

.Submit {
    background: #FB9345;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 100%;
    border: none;
}

.close {
    height: 60px;
    width: 60px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#metinfo_tag {
    margin-top: 50px;
}

.pager li>a,
.pager li>span {
    margin: 0 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}